projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6152f5f
)
(powerpc-harris-powerunix): Add guess for port to new target.
author
Per Bothner
<bothner@cygnus.com>
Tue, 12 Dec 1995 00:47:21 +0000
(
00:47
+0000)
committer
Per Bothner
<bothner@cygnus.com>
Tue, 12 Dec 1995 00:47:21 +0000
(
00:47
+0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 93b974da4c679fb28b6e87c920bdae6a2080861e..f840201417b501adbd280028e0f27d006f0d19a7 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-120,6
+120,9
@@
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
mips:*:5*:RISCos)
echo mips-mips-riscos${UNAME_RELEASE}
exit 0 ;;
+ Night_Hawk:Power_UNIX:*:*)
+ echo powerpc-harris-powerunix
+ exit 0 ;;
m88k:CX/UX:7*:*)
echo m88k-harris-cxux7
exit 0 ;;